home *** CD-ROM | disk | FTP | other *** search
/ Delphi Magazine Collection 2001 / Delphi Magazine Collection 20001 (2001).iso / DISKS / Issue65 / construc / WebMod.dfm < prev    next >
Encoding:
Text File  |  2000-12-05  |  1001 b   |  44 lines

  1. object WebModule1: TWebModule1
  2.   OldCreateOrder = False
  3.   Actions = <
  4.     item
  5.       Name = 'WebActionItem1'
  6.       PathInfo = '/login'
  7.       OnAction = WebModule1WebActionItem1Action
  8.     end
  9.     item
  10.       Name = 'WebActionItem3'
  11.       PathInfo = '/image'
  12.       OnAction = WebModule1WebActionItem3Action
  13.     end
  14.     item
  15.       Default = True
  16.       Name = 'WebActionItem2'
  17.       PathInfo = '/WMLDataSetTableProducer1'
  18.       Producer = WMLDataSetTableProducer1
  19.       OnAction = WebModule1WebActionItem2Action
  20.     end>
  21.   Left = 344
  22.   Top = 183
  23.   Height = 480
  24.   Width = 696
  25.   object WMLDataSetTableProducer1: TWMLDataSetTableProducer
  26.     Columns = <
  27.       item
  28.         FieldName = 'Company'
  29.       end>
  30.     DataSet = Table1
  31.     TableAttributes.BgColor = 'Red'
  32.     TableAttributes.Border = 1
  33.     Left = 96
  34.     Top = 136
  35.   end
  36.   object Table1: TTable
  37.     Active = True
  38.     DatabaseName = 'DBDEMOS'
  39.     TableName = 'customer.db'
  40.     Left = 96
  41.     Top = 64
  42.   end
  43. end
  44.